From 687b7da9c935c3d420190e4367aa7c9c3a080b56 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 19 Jul 2005 22:15:40 +0000 Subject: [PATCH] That wasn't sposta be commented out... --- waypt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/waypt.c b/waypt.c index 11eb9e849..6fa26d4e0 100644 --- a/waypt.c +++ b/waypt.c @@ -92,7 +92,6 @@ waypt_add(waypoint *wpt) * try to be sure that we have these fields even if just by * copying them from elsewhere. */ -#if 0 if (wpt->shortname == NULL) { if (wpt->description) { wpt->shortname = xstrdup(wpt->description); @@ -117,7 +116,6 @@ waypt_add(waypoint *wpt) } } } -#endif } void -- 2.30.2